1/************************************************************************************** 2This file is distributed under the GNU General Public License version 2 (a.k.a. GPL-v2) 3(c) 2019-2021 Virgil Mager - vvmager@gmail.com 4(c) 2019-2021 Information Technology Group - http://itgroup.ro 5**************************************************************************************/ 6 7style "panel" { 8 9# bg_pixmap[NORMAL] = "assets/panel.png" 10# bg[NORMAL] = "#00ff00" 11 fg[NORMAL] = mix(00.30, mix(0.398, @fg_color, @shift_bg_color), @fg_color) 12 text[NORMAL] = mix(00.30, mix(0.398, @fg_color, @shift_bg_color), @fg_color) 13 14# bg[ACTIVE] = shade(0.85, @selected_bg_color) 15# bg[SELECTED] = "#00ff00" 16 fg[ACTIVE] = "#ffffff" 17 text[ACTIVE] = "#ffffff" 18 19 bg[PRELIGHT] = shade(1.02, mix(0.25, @bg_color, mix(00.30, @shift_bg_color, @bg_color))) 20 fg[PRELIGHT] = mix(00.30, mix(0.398, @fg_color, @shift_bg_color), @fg_color) 21 text[PRELIGHT] = mix(00.30, mix(0.398, @fg_color, @shift_bg_color), @fg_color) 22 23 xthickness = 1 24 ythickness = 2 25 engine "murrine" { 26 textstyle = 0 27# gradient_shades = {1.1, 1.0, 1.0, 0.9} 28 } 29} 30 31style "panel_button" { 32 GtkButton::inner-border = {1, 1, 0, 0} 33 34# bg[NORMAL] = shade(1.0, mix(00.30, @shift_bg_color, @bg_color)) 35 fg[NORMAL] = mix(00.30, mix(0.398, @fg_color, @shift_bg_color), @fg_color) 36 text[NORMAL] = mix(00.30, mix(0.398, @fg_color, @shift_bg_color), @fg_color) 37 38 bg[PRELIGHT] = shade(1.06, mix(0.25, @bg_color, mix(00.30, @shift_bg_color, @bg_color))) 39 fg[PRELIGHT] = mix(00.30, mix(0.398, @fg_color, @shift_bg_color), @fg_color) 40 text[PRELIGHT] = mix(00.30, mix(0.398, @fg_color, @shift_bg_color), @fg_color) 41 42 bg[ACTIVE] = mix(0.5, "#555555", mix(00.30, @shift_bg_color, @bg_color)) 43 fg[ACTIVE] = "#ffffff" 44 text[ACTIVE] = "#ffffff" 45 46 xthickness = 5 47 ythickness = 3 48 engine "murrine" { 49 roundness = 2 50 contrast = 0.0 51 lightborderstyle = 1 52 lightborder_shade = 2.0 53 border_shades = {0.7, 0.55} 54# trough_shades = {0.1, 0.1} 55 gradient_shades = {1.12, 1.0, 1.0, 0.88} 56 reliefstyle = 3 57# glowstyle = 1 58# glow_shade = 0.7 59 } 60} 61